dynamic object - traduction vers allemand
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

dynamic object - traduction vers allemand

OPERATING SYSTEM
OOOS; Ooos; Dynamic object creation; Choices (operating system)

dynamic object      
dynamisches Objekt, ein Objekt das einen Verweis auf ein anderes Dokument beinhaltet
direct object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
direktes Objekt (Linguistik)
indirect object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
indirektes Objekt

Définition

object
n.
1.
Thing, reality, particular, existence, fact, phenomenon, percept, thing perceived, external reality.
2.
Mark, aim, target, butt; goal, end, destination; recipient, correlate, or complement (of a conscious subject).
3.
End, aim, intent, intention, purpose, design, motive, use, view, drift, goal, final cause.
4.
(Gram.) Regimen, complement.

Wikipédia

Object-oriented operating system

An object-oriented operating system is an operating system that is designed, structured, and operated using object-oriented programming principles.

An object-oriented operating system is in contrast to an object-oriented user interface or programming framework, which can be run on a non-object-oriented operating system like DOS or Unix.

There are already object-based language concepts involved in the design of a more typical operating system such as Unix. While a more traditional language like C does not support object-orientation as fluidly as more recent languages, the notion of, for example, a file, stream, or device driver (in Unix, each represented as a file descriptor) can be considered a good example of objects. They are, after all, abstract data types, with various methods in the form of system calls which behavior varies based on the type of object and which implementation details are hidden from the caller.

Object-orientation has been defined as objects + inheritance, and inheritance is only one approach to the more general problem of delegation that occurs in every operating system. Object-orientation has been more widely used in the user interfaces of operating systems than in their kernels.